From: Stefan Monnier Date: Fri, 16 Feb 2024 14:04:46 +0000 (-0500) Subject: * lisp/loadup.el (lexical-binding): Add a comment X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2536 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=44a1721156ec29e5799da94f7918f217f52fd751;p=emacs.git * lisp/loadup.el (lexical-binding): Add a comment --- diff --git a/lisp/loadup.el b/lisp/loadup.el index c498c0e53af..c6a8dcbb909 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -635,6 +635,8 @@ directory got moved. This is set to be a pair in the form of: (unwind-protect (let ((tmp-dump-mode dump-mode) (dump-mode nil) + ;; Set `lexical-binding' to nil by default + ;; in the dumped Emacs. (lexical-binding nil)) (if (member tmp-dump-mode '("pdump" "pbootstrap")) (dump-emacs-portable (expand-file-name output invocation-directory))